-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating ppa naming (New) #835
Conversation
The release README contains a section about the ppa that now requires an update. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #835 +/- ##
==========================================
- Coverage 35.38% 35.37% -0.01%
==========================================
Files 303 303
Lines 34239 34239
Branches 5917 5917
==========================================
- Hits 12114 12112 -2
- Misses 21559 21560 +1
- Partials 566 567 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
21d639b
to
c6e28e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- `daily` changed for 'edge` - `testing` changed for `beta` - Added `stable` PPA
c6e28e8
to
c2f248b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
* Updated PPA namings in tools - `daily` changed for 'edge` - `testing` changed for `beta` - Added `stable` PPA * Fixed formatting in tools/release files * Replaced old ppa naming in documentation * Updated old ppa reference in snapcraft
Description
Rename (or re-establish) and structure our PPAs to mirror the Edge, Beta, and Stable Snaps channels.
To maintain consistency and clarity for our users and developers, we need to have our PPAs reflect the same naming conventions as our Snaps channels.
This PR will include the changes required to use the newly created PPAs
Resolved issues
Documentation
The documentation has been updated to match the new PPA namings
Tests